removed validation for username and rm save

Judy Ngai 9 years ago
parent
commit
1322caf7a5
1 changed files with 0 additions and 4 deletions
  1. 0 4
      app/models/agents/twitter_user_agent.rb

+ 0 - 4
app/models/agents/twitter_user_agent.rb

@@ -78,9 +78,6 @@ module Agents
78 78
       if options[:starting_at].present?
79 79
         Time.parse(options[:starting_at]) rescue errors.add(:base, "Error parsing starting_at")
80 80
       end
81
-      # if options[:username].present? 
82
-      #   errors.add(:base, "username is required")
83
-      # end
84 81
     end
85 82
 
86 83
     def starting_at
@@ -131,7 +128,6 @@ module Agents
131 128
             create_event :payload => tweet.attrs
132 129
           end
133 130
         end
134
-      #save!
135 131
       end
136 132
     end
137 133
   end